CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - serial port thread

搜索资源列表

  1. 多线程串行口通讯构件

    0下载:
  2. 说明:多线程 (Multi-Thread) RS232 串行口通讯构件 ( 1.51 版,附源码 )-: multithreading (Multi-Thread) RS232 serial port communication components (1.51 version, with source)
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:142275
    • 提供者:zxb
  1. comm32

    0下载:
  2. 说明:多线程 (Multi-Thread) RS232 串行口通讯构件 ,是 COMM32.ZIP 构件的改良版,并且增加 Data Bits、Parity、 Stop Bits 等配置,支持 Read/Write 时序控制 (Timing control)、 ReadIntervalTimeout、 WriteIntervalTimout 等 ,支持 DTR/DSR, RTS/CTS 硬件流程控置及 Xon/Xoff 软件流程控置 ( 2.5 版,附源码 ) -: multithreading
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:28206
    • 提供者:zxb
  1. port-moreThreed

    0下载:
  2. 本原码用VB2005演示了串口控制,多线程的实现,程序性指-primitive code using VB2005 demonstration of serial control, multi-thread and that the realization of procedural means
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:65298
    • 提供者:smiling
  1. hxb_leiyuan_TSMSComm_v3.0

    0下载:
  2. 短信二次开发控件SMSComm,它可以极大的加速你的开发进程 1. 短信收发共有一个串口,实现一个串口和一个Modem完成短信的收发,这样可以降低开发成本 2. 定时清理任务可以避免在某些情况下由于SIM卡空间不足导致接收短信的阻塞现象 3. 如果接收到一条短信后就立马删除它,会导致SIM卡中的某些存储单元会被平凡使用,而另一些单元始终空闲,这样会使SIM卡的寿命缩短。该控件预定义40个存储单元(与实际使用的SIM短信存储空间有关),
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:161876
    • 提供者:丁杰
  1. 20050120091918_MySerialPort[2004-01-18-01]

    0下载:
  2. 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:46411
    • 提供者:刘云鹏
  1. CommTest.rar

    2下载:
  2. 基于CSerialPort的串口多线程通信。首先设置好串口参数,然后开启串口监测工作线程,它监测到串口接收到的数据、流控制事件或其他串口时间后,就以消息方式通知主线程,激发消息处理函数来进行数据处理。而发送数据可以直接向串口发送。,CSerialPort based on multi-threaded serial communication. First of all, set up serial port parameters, and then open the serial port m
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:1246706
    • 提供者:海涛
  1. Serial1

    0下载:
  2. VS2005开发的在Wince平台下的串口测试程序。可以实现线程接收数据,设置DCB参数等相关功能。-VS2005 development platform in the Wince serial port test program. Can achieve a thread to receive data, set the DCB parameters related functions.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-28
    • 文件大小:11552796
    • 提供者:季拓
  1. rs485

    0下载:
  2. 操作串口直接进行RS485多机通信的类。单片机下485多机通信很容易,用UART的Bit9即可,Windows下就麻烦得多,Windows下串口Bit9用作奇偶校验,要切换Bit9就要动态改通信格式,而且切换时间要跟得上单片机的us级时间。这个自己写的Class用独立线程、Windows高精度定时器机制,高速切换Bit9,示波器测量,时间在10us左右,已用于门禁系统多年,长时间运行可靠! -Direct RS485 serial port operation multi-machine c
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:9892
    • 提供者:
  1. queue

    0下载:
  2. 带线程安全的循环队列,可自行调整队列的大小.处理数据的效率高.处理串口,USB数据的好东东!-With the cycle of thread-safe queue, they are free to adjust the size of the queue. Efficient data processing. To deal with serial port, USB data Dongdong good!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:4623
    • 提供者:张来
  1. RFID

    1下载:
  2. RFID射频打卡系统上位机,VC6开发,使用windows API,定时器读串口,没有用到线程-windows application program about RFID,use windows API,read the serial port with timer but not thread
  3. 所属分类:RFID

    • 发布日期:2017-05-17
    • 文件大小:4997326
    • 提供者:陈盛发
  1. four_system

    0下载:
  2. VC++2005编程实例\源代码\第4章 系统管理编程实例,如何获取计算机串口、鼠标、内存、驱动器、键盘特殊键,用户角色、系统服务、系统性能、启动或停止系统驱动、获取系统指定进程或线程信息,或使用WMI查询系统设备等功能源码27个-VC++ 2005 programming source code examples of Chapter 4 System Management Programming examples of how to obtain a computer serial port
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:432578
    • 提供者:Liu Dongtao
  1. R_and_Wserial_port

    0下载:
  2. 能够对串口进行读写,监视的类。利用线程实现了非阻塞调用-Be able to read and write to the serial port to monitor the class. Achieve a non-blocking use of the thread calling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:35986
    • 提供者:修卓
  1. Serial_and_gprs_xp_WINCE

    0下载:
  2. 文件说明: 1 XP/2000 下异步方式串口类 SerialPort.h SerialPort.cpp 2 WinCE 下 同步方式串口类(本为阻塞方式,但读写都用了独立的线程,妙哉!) CESeries.h CESeries.cpp 3兼容 WinCE , XP/2000 平台的串口类,同步方式 TSerial.h TSerial.cpp
  3. 所属分类:Windows CE

    • 发布日期:2017-03-24
    • 文件大小:259025
    • 提供者:虎成
  1. mscomabc

    0下载:
  2. 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-More than one thread of the VC++ Serial Communication example, select the serial port of the machine can be used to open the same number into the serial port availabl
  3. 所属分类:Windows Kernel

    • 发布日期:2015-07-16
    • 文件大小:107253
    • 提供者:133
  1. comcommu

    0下载:
  2. 针对现在工业监控中的缺乏多路串口同时监测的手法,通过开辟多线程以及线程同步解决了多串口同时监测的问题-Intended for industrial monitoring and control in the absence of multi-channel serial port simultaneously monitor the way, through the creation of multi-threading and thread synchronization to solve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-26
    • 文件大小:9008939
    • 提供者:于禾
  1. Modem

    0下载:
  2. 这是一个多线程的串口通信例子,可供大家借鉴-This is an example about multiple thread communication with serial port.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:57814
    • 提供者:ccj
  1. GpsRecv

    0下载:
  2. 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the basic configuration. GPS data a
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3624142
    • 提供者:chenjin
  1. MySCom

    0下载:
  2. VC++源码,对serialport类做了增强,基于多线程的串口通讯源程序,代码全。-Enhanced Serialport class,based on Vc++ and multi thread serial port (comm) communication source code.
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3662520
    • 提供者:Au
  1. UART_Thread

    0下载:
  2. 本例程主要演示了如何实现串口参数的设置,串口数据的发送,线程方式的串口数据接收。-This routine demonstrates how to implement the main serial port parameters are set, serial data transmission, mode of receiving data from serial thread.
  3. 所属分类:Com Port

    • 发布日期:2017-05-20
    • 文件大小:5994117
    • 提供者:Rene
  1. CommTest

    0下载:
  2. 1.使用多线程的串口类。有读线程和写线程,发送、接收缓冲区(默认2048字节),满足高性能的收发要求。 2.提供事件通知回调函数接口,可以实现接收的消息接口 3.可以监控Modem事件,提供流控接口。 4.调用接口简单。使用例程参考CommTest.dsw-1. Using multi-thread serial port class. Have read the thread and write threads, send, receive buffer (def
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:84224
    • 提供者:梁东
« 1 23 4 »
搜珍网 www.dssz.com